projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e481c64
)
Seal priv pointer in GtkRecentChooserWidget.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:53 +0000
(11:05 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:53 +0000
(11:05 +0000)
svn path=/trunk/; revision=20578
gtk/gtkrecentchooserwidget.h
patch
|
blob
|
history
diff --git
a/gtk/gtkrecentchooserwidget.h
b/gtk/gtkrecentchooserwidget.h
index 4ffcfa42d57e19bdb0af3cf1cb855e8f83901dfb..d5aa58f51f2b873ddd9052d16ce8fe96400971f7 100644
(file)
--- a/
gtk/gtkrecentchooserwidget.h
+++ b/
gtk/gtkrecentchooserwidget.h
@@
-47,7
+47,7
@@
struct _GtkRecentChooserWidget
/*< private >*/
GtkVBox parent_instance;
- GtkRecentChooserWidgetPrivate *
priv
;
+ GtkRecentChooserWidgetPrivate *
GSEAL (priv)
;
};
struct _GtkRecentChooserWidgetClass